ComponentOne ASP.NET MVC Controls
RSIBuilder<T> Constructor

C1.Web.Mvc.Finance.Fluent Namespace > RSIBuilder<T> Class : RSIBuilder<T> Constructor
The C1.Web.Mvc.Finance.RSI<T> object to be configurated.
Creates one RSIBuilder<T> instance to configurate obj.
Syntax
'Declaration
 
Public Function New( _
   ByVal obj As RSI(Of T) _
)
public RSIBuilder<T>( 
   RSI<T> obj
)

Parameters

obj
The C1.Web.Mvc.Finance.RSI<T> object to be configurated.
See Also

Reference

RSIBuilder<T> Class
RSIBuilder<T> Members